EqualRect
To determine whether two rectangles are equal, you can use theEqualRect
function.
FUNCTION EqualRect (rect1,rect2:†Rect): Boolean;
rect1
- The first of two rectangles to compare.
rect2
- The second of two rectangles to compare.
DESCRIPTION
TheEqualRect
function compares the rectangles you specify in therect1
andrect2
parameters and returnsTRUE
if they're equal,FALSE
if they're not.